home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / blkbd746.zip / BB.LOG < prev    next >
Text File  |  1989-04-22  |  16KB  |  428 lines

  1.                       ██████████
  2.                     ██████████████
  3.                    ███ · ████ · ███
  4.                     ██████████████
  5.                     ██████  ██████
  6.                      ████████████
  7.                        ████████
  8.                       ██││││││██
  9.                        ████████
  10.                    ██▄          ▄██
  11.                     ▀██▄      ▄██▀
  12.                       ▀██▄  ▄██▀
  13.                     ▀████▀
  14.                     ▄████▄
  15.                       ▄██▀  ▀██▄
  16.                     ▄██▀      ▀██▄
  17.                    ██▀          ▀██
  18.  
  19.                     ┌────────────┐
  20.                     │ BLACKBEARD │
  21.                     └────────────┘
  22.  
  23.                 User Supported Software
  24.  
  25.                   BLACKBEARD
  26.                  VERSION LOG
  27.  
  28.      version  remarks
  29.      --------------------------------------------------------------
  30.      7.46     MAJOR BUG fix again. For some reason 7.45 did not
  31.           work quite right either. This version should perform
  32.           most adequately.
  33.  
  34.      7.45     MAJOR bug fix.  Some copies of 7.44 never actually
  35.           worked!?  This horrible bug was introduced when I used
  36.           Version 1.5 of the Borland TURBO C libraries instead
  37.           of version 1.0!  In version 1.0: memcpy copies
  38.           overlapping memory areas correctly (as the manual
  39.           states); in version 1.5, it DOES NOT.  I do not know
  40.           about version 2.0.  I built 7.45 with version 1.0
  41.           libraries.  I have since changed all memcpy calls to
  42.           memmove (which does work correctly).  Fortunately,
  43.           Captain Blackbeard never fell into this pit!
  44.  
  45.      7.44     Even better set cursor size. Language window when no
  46.           file present bug fixed.
  47.  
  48.      7.43     File no longer update when non-text altering operations
  49.           occur, such as grab marked region. (This has been a
  50.           long standing annoyance).
  51.           Set cursor size works better with bb.cfg now.
  52.           8-5-1988
  53.  
  54.      7.42     Regular expression search works correctly when replacing.
  55.           ({[]}) balancing
  56.  
  57.      7.41     Set default cursor size of color fixed.
  58.           Filenames with space cannot be created or opened.
  59.  
  60.      7.40     Fix bug when bb.lng is empty and BBDIR is set --
  61.           generated bdos errors and file too long message.
  62.           Adjustable cursor size.
  63.           Save/Restore file always! in current directory!
  64.           Set delims accepts ASCII key entry for movement.
  65.           Goto file ignore bogus file characters when at left
  66.           edge of screen bug fix
  67.  
  68.      7.39     Fix for bug when no help file found.
  69.  
  70.      7.38     Pre-release test version of 7.39
  71.  
  72.      7.37     1. Improved code to look for help file.
  73.           2. Changed tab size to be the number of spaces
  74.           inserted for a tab character during compression and
  75.           expansion.  Tabs can be set using the ruler command
  76.           (Alt-8 and then Alt-A).
  77.           3. Improved environment search so that the root
  78.           directory is processed correctly.
  79.           4. Print marked region.
  80.  
  81.      7.36     Changed form.txt and help message for prompt line editing
  82.  
  83.      7.35     Clean up of 7.34. 11-4-87. Includes:
  84.           1. Bug fix to shift marked region left.
  85.           2. Selectable number of rows (EGA).
  86.              Number of rows saved in BB.CFG.
  87.           3. Insert file bug fixed (B. Wallis bug)
  88.           4. ANSI.SYS bug fix - bug reappeared
  89.              in version 7.30-7.34
  90.           5. Menu bug fix -- never reported or
  91.              noticed before.
  92.           6. Monochrome is Black on White or White on Black
  93.           7. Context-sensitive (looks at key bindings) Manual
  94.              generator (BBMAN).
  95.  
  96.      7.34     First release of (Turbo-C) version. 10-1-87.
  97.           New features are:
  98.           1. Context-sensitive Help added αH.
  99.           2. Fix to repeat key bug
  100.           3. Dos resident bug system check
  101.           4. Fix language window to work like other windows.
  102.           5. Added version to CFG files.
  103.           6. Rebind break & next line to execute dos command if
  104.              in the dos window.
  105.           7. Goto file does not consider | > < as valid file chars.
  106.           8. LNG pop-up window handles up-to 50 entries
  107.           9. Disabled insert file into kill buffer or dos buffer.
  108.           10. Find does not reset status line during disk reads.
  109.           11. Blackbeard looks in additional places for CFG,
  110.               PST.  If no local BB.CFG, BB.MAC, BB.LNG, BB.PST,
  111.               then the symbol is looked for, if no symbol if
  112.               found then the directory corresponding to symbol
  113.               BBDIR is searched for the appropriate file.
  114.           12. Removed bdos errors when changing to file that is
  115.               non-existent.  Bug fix to help to avoid lseek &
  116.               read errors.
  117.           13. Window always displayed when first selected.
  118.           14. Writing message occurs only when actual writing
  119.               occurs.
  120.           15. Moving left and right by word does not cause the
  121.               file to be written.
  122.           16. Cold start when filename of command line.
  123.           17. Alt-L reinvokes last dos command, i.e., Alt-F3 with
  124.               execute.
  125.           18. Selectable start-up screen. Setting saved in BB.CFG.
  126.           19. Save/Restore option allows "warm start" using the
  127.               save file.  Added save feature.  Window status is
  128.               saved to BB.SAV file in BBDIR directory.  This
  129.               file is checked for when Blackbeard starts.
  130.           20. Shift right and left region work on tab stops not
  131.               tab size
  132.           21. Do_command - executes a DOS command
  133.           22. Switch_to_window - switch to window with specified
  134.               file.  These two features make it easy to setup a
  135.               keystroke macro to compile and review the current
  136.               file.
  137.           23. Display tab flag replaced with tab compress flag
  138.           24. Trim spaces flag added (trims trailing spaces)
  139.           25. Ruler line with fixed tabs. See Misc menu.
  140.           26. All tabs are fixed tabs from now on.  Setting will
  141.               set tabs every [n] spaces.
  142.           27. Regular expression search works well.
  143.           28. Two line prompt for exit to dos.
  144.           29. COMSPEC used for system command/exit to dos.
  145.           30. Edit screen allow grab to paster buffer.  Mark, Unmark
  146.               Clear Paste, Grab, and goto file all work on the
  147.               Save Screen
  148.  
  149.      7.33 -   All these are beta versions as features were added during
  150.      7.33W    7.32 -> 7.34
  151.  
  152.      7.32     First Character On Menu Matching -- Move cursor to
  153.           corresponding menu line.
  154.  
  155.      7.31     Resident; Working DOS window.  No known anamolies.
  156.           Equivalent to 7.25 with new C Compiler.
  157.  
  158.      7.30     New C Compiler.  Non-resident; no DOS window.  Beta
  159.           working version.
  160.  
  161.      7.25     Changed Unable to open BB.PST message to using
  162.           internal BB.PST when memory resident, also
  163.           adjust neon sign for memory resident.  This
  164.           version also available in 44 row x 132 col
  165.           mode (Everex style).
  166.  
  167.      7.24     Changed Unable to open BB.PST message to using
  168.           internal BB.PST (See set BB.PST)
  169.  
  170.      7.23     Set delimeter up arrow works correctly
  171.  
  172.           Ascii chart up/down arrows work as expected.
  173.  
  174.      7.22     Clear paste buffer error fixed to not create and
  175.           leave open the paste file.
  176.  
  177.           BB.PST not written to file if no symbol is found.
  178.           Avoides accumulation of a lot of extraneous files all
  179.           over the disk.
  180.  
  181.           Justification algorithm on lines with .?!  produces
  182.           neater text now.
  183.  
  184.      7.21     First widely available neon sign/Hollywood version.
  185.           Only change was to color of Walk of Fame heads.
  186.  
  187.      7.20     Reverse search when at col 1 works now.
  188.  
  189.           Return puts correct col number in status line.
  190.  
  191.           Click when entering keystroke macros.
  192.  
  193.           Original Skull & Crossbone version is gone Walk of
  194.           Fame added to acknowledge contributers to Blackbeard
  195.           development.  This includes those individuals who
  196.           have developed pieces of Blackbeard or have provided
  197.           "easily replicatable bugs" for these especially
  198.           tenacious bugs.
  199.  
  200.      7.X &    These versions are beta versions that were developed
  201.      7.0 -    while using new "C" (Microsoft C) compiler.  They were
  202.      7.1+     available for limited distribution.  Avoid use of
  203.           these versions.  The first official 7.* version will
  204.           be 7.2, available 3-87.
  205.  
  206.      6.51     Insert file fixed so DTA error does not occur.
  207.  
  208.           Paste buffer is written to BBPST set file.  If not
  209.           present uses the current directory.
  210.  
  211.           Blink options menu to avoid non-display when contrast
  212.           not easily set.
  213.  
  214.           Menu selections can be made by using the appropriate
  215.           keystroke on the menu.  For example, ^F on the Find
  216.           Replace menu activates Find.
  217.  
  218.           Paragraph readjust recognizes ?  and !
  219.  
  220.           Color selection